Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.SetupIntegrationTests (Nuxeo Drive: Setup integration tests)

Operation id NuxeoDrive.SetupIntegrationTests
Category Services
Label Nuxeo Drive: Setup integration tests
Requires
Since

Parameters

Name Description Type Required Default value
permission string yes  
userNames string yes  
useMembersGroup boolean no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.test.NuxeoDriveSetupIntegrationTests
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.SetupIntegrationTests",
  "label" : "Nuxeo Drive: Setup integration tests",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.SetupIntegrationTests",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "permission",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "userNames",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "useMembersGroup",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}